Welcome![Sign In][Sign Up]
Location:
Search - compiler design

Search list

[source in ebookcompiler

Description: 浙江大学编译原理课程设计源代码,高等院校计算机专业-Zhejiang University, Principles of curriculum design compiler source code
Platform: | Size: 116736 | Author: btrobot | Hits:

[ELanguagecompiler

Description: 一个微型的编译器的实现代码。主要是为了说明编译器的工作原理,从中揭示编译设计的一些简单道理。编译器是一种比较复杂的程序,一般情况一个可以商用的编译器代码量都在10万行到100万行之间。所以本代码是一个相对简单的编译器模型。-A miniature of the implementation of the compiler code. Mainly in order to explain the working principle of the compiler from compiler design reveals some simple logic. Compiler is a relatively complex procedure, generally a commercial code of the compiler at the volume of 10 million lines of between 100 million lines. So this code is a relatively simple model of the compiler.
Platform: | Size: 22528 | Author: 张开 | Hits:

[ELanguageCompiler

Description: 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tree and the type checking of the design and implementation, as well as curriculum design problems they encountered in the experimental experience, reference data.
Platform: | Size: 390144 | Author: jack sio | Hits:

[OtherCompiler

Description: 正规文法到正规式的算法实现 编译原理课程设计-Of grammar-based algorithm to the formal principles of curriculum design to achieve the compiler
Platform: | Size: 629760 | Author: 刘玮 | Hits:

[OtherAdvanced.ASIC.Chip.Synthesis.Using.Synopsys.Design

Description: 使用synopsys design compiler和 prime time进行Asic开发的英文pdf-Advanced.ASIC.Chip.Synthesis.Using.Synopsys.Design.Compiler.Physical.Compiler.And.Primetime
Platform: | Size: 4078592 | Author: rocky | Hits:

[ELanguagepascal-compiler-in-cpp

Description: pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists of Symbol Table, Abstract Tree Construction, Code generation and generated code interpretation. I believe it s a helpful material for learning oo programming and design since it uses STL and design patterns intensively. The project is developed on Mingw and Dev-C++ IDE, VC6.0 is not supported since it does not STL compliant!
Platform: | Size: 721920 | Author: xukeying | Hits:

[Othercompiler-dragon-book.pdf

Description: 编译原理理论和实践的权威书籍,是其他编译原理书籍的鼻祖,常被简称龙书!-Principles of the theory and practice of compiling the authority of books, other books compiled theory originator, often referred to as dragon book!
Platform: | Size: 28116992 | Author: 陈云星 | Hits:

[ActiveX/DCOM/ATLCompiler

Description: This a book compiler design-This is a book compiler design
Platform: | Size: 86016 | Author: sasharora | Hits:

[ELanguagecompiler

Description: 智能化得C语言编译器的设计和实现-词法分析-语法分析-语义分析-Intelligence C language compiler design and implementation- lexical analysis- syntax analysis- semantic analysis
Platform: | Size: 14915584 | Author: fanxueping | Hits:

[EditorCompiler

Description: 一个简单的编译器,设计与实现了PASCAL语言子集(PL/0)的编译。-A simple compiler, design and realize the compile of the PASCAL language (PL/0).
Platform: | Size: 10240 | Author: cj | Hits:

[ELanguagecompiler

Description: 编译器原理的课设报告,完整的词法语法分析器,相当不错-Compiler design principles of the course report, the full lexical parser, pretty good
Platform: | Size: 261120 | Author: fuxiaokun | Hits:

[ELanguagecompiler-design-practical-list-RGPV

Description: RGPV compiler desgn practical list
Platform: | Size: 782336 | Author: Nitin | Hits:

[ELanguagecompiler-design

Description: 一个编译器的源码,连同说明文档,是学习编译器的好材料-compiler source code
Platform: | Size: 935936 | Author: kaiyan | Hits:

[matlabdesign-of-LDPC-code-compiler

Description: 基于MATLAB的LDPC码编译设计,是LDPC的基础程序,适合初学者-MATLAB-based LDPC code compiler design is based LDPC program, suitable for beginners
Platform: | Size: 678912 | Author: | Hits:

[ELanguagecompiler-design

Description: 编译原理词法设计,可以基本实现单条语句的检测-Compiler theory lexical design can basically achieve the detection of a single statement
Platform: | Size: 28672 | Author: zyh | Hits:

[ELanguageCompiler-design

Description: 实现一个小编译程序(包括符号表的构造,词法分析,语法分析,中间代码产生)-A compiler (including the symbol table structure, lexical analysis, parsing, intermediate code generation)
Platform: | Size: 21504 | Author: 王小娟 | Hits:

[JSPcompiler-theory

Description: 本书深入讨论了编译器设计的重要主题,包括词法分析、语法分析、语法制导分析、类型检查、运行环境、中间代码生成、代码生成、代码优化等,并在最后两章中讨论了实现编译器的一些编程问题和几个编译器实例,每章都提供了大量的练习和参考文献。-The book in-depth discussion of compiler design themes, including lexical analysis, syntax analysis, syntax-guided analysis, type checking, runtime environment, intermediate code generation, code generation, code optimization, and discussed in the last two chapters compiled device programming problems and a few compiler instance, each chapter provides a lot of exercises and references.
Platform: | Size: 27805696 | Author: hslh | Hits:

[OtherCompiler-theory-and-practice

Description: 本书结合对现代编译器设计理论的详细研究,完整描述了一个可运行的小规模语方编译器(包括源代码)。本书反映了作者的这样一些观点:不掌握理论就不会理解实际的编译器设计;而对大学生来说,看不到理论在实际中的应用就不会真正地理解理论。把本书讨论的概念统一起来,就是一个完整的可运行的编译器,它使用每一章所讨论的技术进行开发,用C语言写成。每章最后有大量的练习,使学生的注意力集中在编程问题上。-The book combines a detailed study of modern compiler design theory, a complete description of a run small-scale language compiler (including source code). The book reflects some of the author s point of view: do not grasp the theory would not understand the actual compiler design for college students do not see the application of theory in practice does not really understand the theory. The unifying concepts discussed in this book, is a complete run of the compiler, it uses each chapter to discuss technology developed using C language. Each chapter concludes with a lot of practice, the students focus on programming issues.
Platform: | Size: 2510848 | Author: The king C | Hits:

[OtherCompiler

Description: Compiler Design notes for B.Tech Students
Platform: | Size: 2746368 | Author: mohan | Hits:

[File FormatIntroduction-to-Compiler-Design

Description: 一本讲述编译原理的文档, 基础知识,包括文法分析,还有一些练习题-A document about compiler theory, basics, including grammar analysis, there are some exercises
Platform: | Size: 1176576 | Author: 严霜 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net